Skip to content

feat: including token alias in the return when encrypting multiple tokens#20

Merged
washluis-alencar merged 2 commits intomasterfrom
eng-8294-encrypt-multiple-tokens
Jul 4, 2025
Merged

feat: including token alias in the return when encrypting multiple tokens#20
washluis-alencar merged 2 commits intomasterfrom
eng-8294-encrypt-multiple-tokens

Conversation

@washluis-alencar
Copy link
Copy Markdown
Contributor

Description

  • Adjust the return of multiple tokens encryption.
    Before we were returning an array of
{
  encrypted: "<JWE>",
  type: "token"
}

The correct format is:

{
  tokenA: {
    encrypted: "<JWE>",
    type: "token"
  },
  tokenB: {
  }
}

Testing required outside of automated testing?

  • Not Applicable

Screenshots (if appropriate):

  • Not Applicable

Rollback / Rollforward Procedure

  • Roll Forward
  • Roll Back

Reviewer Checklist

  • Description of Change
  • Description of outside testing if applicable.
  • Description of Roll Forward / Backward Procedure
  • Documentation updated for Change

@washluis-alencar washluis-alencar requested a review from a team as a code owner July 3, 2025 22:46
@washluis-alencar washluis-alencar changed the title feat: adjust return when encrypting multiple tokens feat: including token alias in the return when encrypting multiple tokens Jul 3, 2025
@washluis-alencar washluis-alencar merged commit 1c4be6c into master Jul 4, 2025
4 checks passed
@washluis-alencar washluis-alencar deleted the eng-8294-encrypt-multiple-tokens branch July 4, 2025 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants